ワークシートの改ページ情報を生成します。
シンタックス
'宣言
Public Overloads Function Paginate( _
ByVal As IWorksheet, _
ByVal As System.Collections.Generic.IList(Of IRange), _
ByVal As System.Collections.Generic.IList(Of RepeatSetting) _
) As System.Collections.Generic.IList(Of PageInfo)
public System.Collections.Generic.IList<PageInfo> Paginate(
IWorksheet ,
System.Collections.Generic.IList<IRange> ,
System.Collections.Generic.IList<RepeatSetting>
)
パラメータ
- worksheet
- ワークシートのオブジェクト。
- keepTogetherRanges
- 1つにまとめる範囲のコレクション。
- repeatSettings
- Rangeの繰り返し設定のコレクション。
参照